home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / dev / c / GAPLib.lha / GAPLib_Beta / wizards / Templates / Makefile < prev    next >
Makefile  |  1999-04-22  |  289b  |  18 lines

  1. # Makefile generated by the GAP Conjurer.
  2.  
  3. # Project Name: $P
  4.  
  5. CC= gcc
  6. CFLAGS= -O2 -Wall
  7.  
  8. $P: $P.o $Rreport.o$
  9.     $$(CC) $P.o $Rreport.o $-o $P -lgap -lm
  10.     chmod 755 $P
  11.  
  12. $P.o: $P.c
  13.     $$(CC) $$(CFLAGS) -c $P.c -o $P.o
  14.  
  15. $Rreport.o: report.c report.h
  16.     $$(CC) $$(CFLAGS) -c report.c -o report.o
  17. $
  18.